Replace Travis CI with GitHub Actions#13
Conversation
|
The GitHub Action build for this repo will be enabled as soon as this PR is merged. Currently, it only runs on my fork. |
|
The tests actually failed, and I observed, have failed for most of the recent PRs. Maybe there needs to be |
|
@rht For what purpose would you like to use CI for this repo? Note that the unittests for this repo are not up-to-date, so this explains why they fail.
If I am not mistaken, this is at the beginning of the install_flame.sh script? |
Just for assurance that there are no bugs creeping in through the changes.
Oh I see. IIRC they used to work during the early days when this repo went public. So the mismatch is caused by the recent commits? |
I saw that it is there in install_flame.sh, so the install can notify a failure, but it appears that |
travis-ci.org was shut down in Dec 31 2020, which leaves travis-ci.com which has limited credit for FOSS projects. So let's migrate to elsewhere. Let me know if you prefer Circle CI instead.